Add resources vendors directory - #2459
Conversation
|
@BrendanBondurant is attempting to deploy a commit to the The GraphQL Foundation Team on Vercel. A member of the Team first needs to authorize it. |
| "WunderGraph builds Cosmo, an open-source platform for GraphQL Federation at scale with a schema registry, composition, routing, and analytics.", | ||
| url: "https://wundergraph.com/", | ||
| github: "wundergraph", | ||
| }, |
There was a problem hiding this comment.
Probably worth a few extra ones?
- Azure API Managerment,
- WSo2 API Manager
- IBM's StepZen
- Apigee
- Kong Gateway
There was a problem hiding this comment.
Sure, I will add those in now
There was a problem hiding this comment.
@martinbonnin are these really GraphQL vendors? do they have any GraphQL features?
There was a problem hiding this comment.
I would say they're not GraphQL first but they are GraphQL compatible and it's a nice thing to know overall for users out there to be aware of those options.
There was a problem hiding this comment.
its not an important enough point for me to hold the PR, but I can't see what these options mean for GraphQL users?
when they click on them, what will they find out?
There was a problem hiding this comment.
what these options mean for GraphQL users?
Means there's a wide ecosystem of tools compatible with GraphQL that they can explore. More options is good for GraphQL users.
its not an important enough point for me to hold the PR
Same for me. Opinion not strongly held. I'll let @BrendanBondurant decide what he likes best.
There was a problem hiding this comment.
@martinbonnin and @Urigo, apologies for the delayed response. I was AFK for a few days.
Since they are compatible and do have GraphQL features, I am inclined to leave them in. We could make the descriptions more explicit so a GraphQL user knows what they are getting.
Co-authored-by: Martin Bonnin <martin@mbonnin.net>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
I wonder if we can source all the data from here https://landscape.graphql.org since that is actively maintained |
@saihaj I agree in principle but in practice, the graphql-landscape repo is out of the TSC control (at least I can't merge there) and maintaining it comes with some friction. I'll inquire about it but in the meantime, I'm fine keeping a less official but more active list here. |
I wasn't aware of that. we should for sure then keep it here then and maintain ourselves. I just don't want to miss any that exist there to start with and bring them here. |
Co-authored-by: Uri Goldshtein <uri.goldshtein@gmail.com>
|
@Urigo can you approve this PR (if you're okay with it of course!) |

Closes #2458
Description
This PR adds a new
resources/vendorspage to the Resource Hub and places it in the Resources submenu below Tools & Libraries.The new page creates a dedicated place for GraphQL vendors, instead of mixing vendor/company entries into other resource pages. Each vendor entry includes:
I also added the initial vendor dataset in
resources/vendors/data.ts.Implementation notes
Open questions
This PR implements the page, but there are still a few content/modeling decisions we may want to confirm:
Testing
/resources/vendorsScreenshots
--